FAQ - Frequented Asked Questions


 

1. What is Scripting Lib?
Scripting lib is just a mIRC Scripting library. The main purpose of this is allow you to build a script with minimun mIRC Scripting knowledge. Scripting Lib have lot of alias, $identifiers and other misc utilities coded.
 
2. How can I learn Scripting with Scripting Lib?
Please read the help.html file, you have all description and examples.
 
3. Who code Scripting Lib?
Scripting lib 1.0 and HTML help are coded by CoolMaster with PTlink Scripters Team(PST) help with some identifiers, aliases and ideas. Kakaroko a nom member also help with Lib.
 
4. How can I make an addon using Scripting Lib?
First of all, you need to check if user have Scripting Lib instaled, you can make with this event:

on *:load:{
if ($lib.version < 1.0) { echo $colour(info) -a Can't load addon, need Scripting Library 1.0 or higher by CoolMaster, you can get it......... | .unload $script }
else { echo $colour(info) -a Addon Loaded }
}
 
5. Where is the place to put Scripting Lib?
You need to put Scripting lib into your main mIRC directory without changing file/dir names.
 
6. Scripting Library will have more versions?
Well, yes. The first version is a bit small, in future Scripting Lib will have a lot of new releases, all you have to do is download the latest version on Scripting Lib page. After a new release the library will be more complete and bigger.
 
7. The library have any kind of mIRC Scripting documents?
Yes, you have some useful docs to learn mIRC Scripting, the documents are making by members of PTlink Scripters Team. You can find them on docs\ dir.
 
8. Who can I send comments, bugs reports and other?
You can email me coolmaster@PTlink.net or join #PST on PTlink Network. <irc.PTlink.net>
 
9. The idea to make a mIRC Scripting library is original?
No, the first lib for mIRC that I saw is from PT-Scripters, named PTS-BaseX. It's also a good mIRC Scripting Library.
 
10. It's possible I help coding, give ideas to Scripting Library?
If you want to contribute with your help, alias, $idenfiers and other you can mail me or join #PST on PTlink <irc.PTlink.net>. And you have all your credits on Authors. Any kind of help is appreciated.



HTML by CoolMaster